Vcenter FoundationLoadBalancers NetworkInterfaceSpec
Vcenter FoundationLoadBalancers NetworkInterfaceSpec schema defines the information that is used for creating network interface.
This schema was added in vSphere API 9.0.0.0.
{
"ip_settings": [
{
"type": "string",
"ip_address": "string",
"prefix": 0,
"personas": [
"string"
],
"gateway": "string"
}
],
"network": "string",
"device_id": "string"
}
IP configuration of the network interface.
This property was added in vSphere API 9.0.0.0.
The field is required for deployment but optional for updating, If missing or null
, the IP configuration on the network interface will keep unchanged.
The network to which the interface is attached.
This property was added in vSphere API 9.0.0.0.
The field is required for deployment but optional for updating, If missing or null
, current network configuration will keep unchanged.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Network
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Network
.
The network interface device identifier.
This property was added in vSphere API 9.0.0.0.
The field is not required when updating an existing network interface or creating a new one. It would be filled when getting the information of the load balancer node, if missing or null
indicates the network interface is not ready.